object NumberSelectForm: TNumberSelectForm Left = 305 Top = 319 BorderStyle = bsDialog Caption = 'Select Phone Number' ClientHeight = 271 ClientWidth = 672 Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 16 object OkBtn: TBitBtn Left = 561 Top = 57 Width = 95 Height = 33 TabOrder = 0 OnClick = OkBtnClick Kind = bkOK end object CancelBtn: TBitBtn Left = 561 Top = 116 Width = 95 Height = 33 TabOrder = 1 Kind = bkCancel end object HelpBtn: TBitBtn Left = 561 Top = 180 Width = 95 Height = 33 Enabled = False TabOrder = 2 Kind = bkHelp end object ListGrid: TDrawGrid Left = 9 Top = 39 Width = 533 Height = 218 ColCount = 2 Ctl3D = True DefaultRowHeight = 20 FixedCols = 0 FixedRows = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect] ParentCtl3D = False RowCount = 1 ScrollBars = ssVertical TabOrder = 3 OnDblClick = ListGridDblClick OnDrawCell = ListGridDrawCell ColWidths = ( 209 335) end object ListHeader: THeader Left = 9 Top = 10 Width = 533 Height = 31 Sections.Sections = ( #0'210'#0'Name' #0'90'#0'Phone number') TabOrder = 4 OnSized = ListHeaderSized end end